LLDB (debugger)

LLDB
Developer(s) LLVM Developer Group
Written in C++
Operating system Mac OS X i386 and x86-64
Type Debugger
License University of Illinois/NCSA Open Source License[1]
Website http://lldb.llvm.org/

The LLDB Debugger (LLDB) is a high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler.

Contents

Current State

Although LLDB is in early development, it is mature enough to support basic debugging scenarios on Mac OS X in C, Objective-C and C++.

LLDB is known to work on Mac OS X i386 and x86-64, but ports to new platforms will probably exist very soon.

License

All of the code in the LLDB project is available under the University of Illinois/NCSA Open Source License,[1] an open source "BSD-style" license, as is the case with other parts of the LLVM project.

References

External links